home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2002 January / january_2002.iso / Piposh Special / Piposh / STRTGAME.DXR / 00264.ls < prev    next >
Encoding:
Text File  |  2004-12-07  |  137 b   |  12 lines

  1. on cuttlk
  2.   if the keyCode = 49 then
  3.     sound stop 1
  4.   end if
  5. end
  6.  
  7. on gomain
  8.   if the keyCode = 49 then
  9.     go("mainmenu")
  10.   end if
  11. end
  12.